/external/clang/lib/Sema/ |
SemaExceptionSpec.cpp | 302 const FunctionProtoType *New, SourceLocation NewLoc) { 308 Old, OldLoc, New, NewLoc); 322 SourceLocation NewLoc, 337 Old = ResolveExceptionSpec(NewLoc, Old); 340 New = ResolveExceptionSpec(NewLoc, New); 390 Diag(NewLoc, DiagID); 478 Diag(NewLoc, DiagID); 509 Diag(NewLoc, DiagID); [all...] |
SemaTemplate.cpp | [all...] |
/external/llvm/lib/Transforms/Instrumentation/ |
DebugIR.cpp | 253 DebugLoc NewLoc; 256 NewLoc = DebugLoc::get(Line, Col, Loc.getScope(RealInst->getContext()), 259 NewLoc = DebugLoc::get(Line, Col, scope, 0); 267 addDebugLocation(I, NewLoc);
|
/external/clang/lib/StaticAnalyzer/Core/ |
BugReporter.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CodeGenAction.cpp | 234 SourceLocation NewLoc = 236 return FullSourceLoc(NewLoc, CSM);
|
/external/clang/lib/Lex/ |
Pragma.cpp | [all...] |
/external/clang/include/clang/Sema/ |
Initialization.h | 250 static InitializedEntity InitializeNew(SourceLocation NewLoc, QualType Type) { 251 return InitializedEntity(EK_New, NewLoc, Type); [all...] |
Sema.h | [all...] |
/external/llvm/lib/AsmParser/ |
LLParser.cpp | [all...] |