Searched defs:CLoc (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/AST/
H A DDeclObjC.cpp736 SourceLocation CLoc, ObjCInterfaceDecl *PrevDecl,
738 : ObjCContainerDecl(ObjCInterface, DC, Id, CLoc, atLoc),
735 ObjCInterfaceDecl(DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id, SourceLocation CLoc, ObjCInterfaceDecl *PrevDecl, bool isInternal) argument
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp974 const PathDiagnosticLocation &CLoc = getContextLocation(NewLoc); local
980 if (TopContextLoc == CLoc) {
992 if (containsLocation(TopContextLoc, CLoc)) {
996 if (IsConsumedExpr(CLoc) && !IsControlFlowExpr(CLoc.asStmt())) {
997 CLocs.push_back(ContextLocation(CLoc, true));
1002 CLocs.push_back(CLoc);
/external/clang/include/clang/AST/
H A DDeclCXX.h133 void setColonLoc(SourceLocation CLoc) { ColonLoc = CLoc; } argument
H A DExpr.h3014 SourceLocation CLoc, Expr *rhs,
3029 QLoc, CLoc) {
3013 ConditionalOperator(Expr *cond, SourceLocation QLoc, Expr *lhs, SourceLocation CLoc, Expr *rhs, QualType t, ExprValueKind VK, ExprObjectKind OK) argument

Completed in 155 milliseconds