Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclObjC.cpp1415 SourceLocation CLoc, in ObjCInterfaceDecl()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1123 const PathDiagnosticLocation &CLoc = getContextLocation(NewLoc); in addEdge() local
/external/clang/include/clang/AST/
DDeclCXX.h124 void setColonLoc(SourceLocation CLoc) { ColonLoc = CLoc; } in setColonLoc()
DExprCXX.h147 SourceLocation CLoc = getCallee()->getExprLoc(); in getExprLoc() local
DExpr.h3177 SourceLocation CLoc, Expr *rhs, in ConditionalOperator()