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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1128 const PathDiagnosticLocation &CLoc = getContextLocation(NewLoc); local
1134 if (TopContextLoc == CLoc) {
1147 if (containsLocation(TopContextLoc, CLoc)) {
1151 if (IsConsumedExpr(CLoc)) {
1152 CLocs.push_back(ContextLocation(CLoc, /*IsDead=*/true));
1157 CLocs.push_back(ContextLocation(CLoc, /*IsDead=*/IsPostJump));
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h123 void setColonLoc(SourceLocation CLoc) { ColonLoc = CLoc; } argument
H A DDeclObjC.h678 SourceLocation CLoc, ObjCInterfaceDecl *PrevDecl,
H A DExpr.h3165 SourceLocation CLoc, Expr *rhs,
3180 QLoc, CLoc) {
3164 ConditionalOperator(Expr *cond, SourceLocation QLoc, Expr *lhs, SourceLocation CLoc, Expr *rhs, QualType t, ExprValueKind VK, ExprObjectKind OK) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp1077 SourceLocation CLoc, ObjCInterfaceDecl *PrevDecl,
1079 : ObjCContainerDecl(ObjCInterface, DC, Id, CLoc, atLoc),
1076 ObjCInterfaceDecl(DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id, SourceLocation CLoc, ObjCInterfaceDecl *PrevDecl, bool isInternal) argument

Completed in 139 milliseconds