Searched refs:CLoc (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 1566 SourceLocation CLoc, ObjCInterfaceDecl *PrevDecl, bool IsInternal) in ObjCInterfaceDecl() argument 1567 : ObjCContainerDecl(ObjCInterface, DC, Id, CLoc, AtLoc), in ObjCInterfaceDecl()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 218 SourceLocation CLoc = getCallee()->getExprLoc(); in getExprLoc() local 219 if (CLoc.isValid()) in getExprLoc() 220 return CLoc; in getExprLoc()
|
H A D | DeclCXX.h | 111 void setColonLoc(SourceLocation CLoc) { ColonLoc = CLoc; } in setColonLoc() argument
|
H A D | DeclObjC.h | 1247 SourceLocation CLoc, ObjCInterfaceDecl *PrevDecl,
|
H A D | Expr.h | 4210 SourceLocation CLoc, Expr *rhs, QualType t, in ConditionalOperator() argument 4213 CLoc) { in ConditionalOperator()
|