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

Declarations

tools/clang/include/clang/Sema/Sema.h
 4910   ExprResult BuildSourceLocExpr(SourceLocExpr::IdentKind Kind,

References

tools/clang/lib/Sema/SemaExpr.cpp
14566   return BuildSourceLocExpr(Kind, BuiltinLoc, RPLoc, CurContext);
tools/clang/lib/Sema/TreeTransform.h
 3026     return getSema().BuildSourceLocExpr(Kind, BuiltinLoc, RPLoc, ParentContext);