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

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1129 const PathDiagnosticLocation &CLoc = getContextLocation(NewLoc); local
1135 if (TopContextLoc == CLoc) {
1148 if (containsLocation(TopContextLoc, CLoc)) {
1152 if (IsConsumedExpr(CLoc)) {
1153 CLocs.push_back(ContextLocation(CLoc, /*IsDead=*/true));
1158 CLocs.push_back(ContextLocation(CLoc, /*IsDead=*/IsPostJump));
/external/clang/include/clang/AST/
H A DDeclCXX.h122 void setColonLoc(SourceLocation CLoc) { ColonLoc = CLoc; } argument
H A DDeclObjC.h738 IdentifierInfo *Id, SourceLocation CLoc,
H A DExpr.h3189 SourceLocation CLoc, Expr *rhs,
3204 QLoc, CLoc) {
3188 ConditionalOperator(Expr *cond, SourceLocation QLoc, Expr *lhs, SourceLocation CLoc, Expr *rhs, QualType t, ExprValueKind VK, ExprObjectKind OK) argument
/external/clang/lib/AST/
H A DDeclObjC.cpp1156 SourceLocation CLoc,
1159 : ObjCContainerDecl(ObjCInterface, DC, Id, CLoc, AtLoc),
1154 ObjCInterfaceDecl(const ASTContext &C, DeclContext *DC, SourceLocation AtLoc, IdentifierInfo *Id, SourceLocation CLoc, ObjCInterfaceDecl *PrevDecl, bool IsInternal) argument

Completed in 60 milliseconds