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

References

tools/clang/lib/Sema/SemaExpr.cpp
 4986   SourceLocation NameLoc = ME ? ME->getMemberLoc() : Fn->getBeginLoc();
 4986   SourceLocation NameLoc = ME ? ME->getMemberLoc() : Fn->getBeginLoc();
 4988   FunctionCallCCC CCC(S, FuncName.getAsIdentifierInfo(), Args.size(), ME);