reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
 6465   void BuildBasePathArray(const CXXBasePaths &Paths, CXXCastPath &BasePath);

References

tools/clang/lib/Sema/SemaCast.cpp
 1337     Self.BuildBasePathArray(Paths, BasePath);
 1517   Self.BuildBasePathArray(Paths, BasePath);
 1637   Self.BuildBasePathArray(Paths, BasePath);
tools/clang/lib/Sema/SemaDeclCXX.cpp
 1310     S.BuildBasePathArray(Paths, BasePath);
tools/clang/lib/Sema/SemaOpenMP.cpp
12914             SemaRef.BuildBasePathArray(Paths, BasePath);
tools/clang/lib/Sema/SemaOverload.cpp
 3100   BuildBasePathArray(Paths, BasePath);