Home
last modified time | relevance | path

Searched refs:CLoc (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1123 const PathDiagnosticLocation &CLoc = getContextLocation(NewLoc); in addEdge() local
1129 if (TopContextLoc == CLoc) { in addEdge()
1142 if (containsLocation(TopContextLoc, CLoc)) { in addEdge()
1146 if (IsConsumedExpr(CLoc)) { in addEdge()
1147 CLocs.push_back(ContextLocation(CLoc, /*IsDead=*/true)); in addEdge()
1152 CLocs.push_back(ContextLocation(CLoc, /*IsDead=*/IsPostJump)); in addEdge()
/external/clang/lib/AST/
DDeclObjC.cpp1381 SourceLocation CLoc, in ObjCInterfaceDecl() argument
1384 : ObjCContainerDecl(ObjCInterface, DC, Id, CLoc, AtLoc), in ObjCInterfaceDecl()
/external/clang/include/clang/AST/
DDeclCXX.h122 void setColonLoc(SourceLocation CLoc) { ColonLoc = CLoc; } in setColonLoc() argument
DDeclObjC.h923 SourceLocation CLoc, ObjCInterfaceDecl *PrevDecl,
DExpr.h3243 SourceLocation CLoc, Expr *rhs, in ConditionalOperator() argument
3258 QLoc, CLoc) { in ConditionalOperator()