Searched defs:CLoc (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 1566 ObjCInterfaceDecl(const ASTContext & C,DeclContext * DC,SourceLocation AtLoc,const IdentifierInfo * Id,ObjCTypeParamList * typeParamList,SourceLocation CLoc,ObjCInterfaceDecl * PrevDecl,bool IsInternal) ObjCInterfaceDecl() argument
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 111 void setColonLoc(SourceLocation CLoc) { ColonLoc = CLoc; } in setColonLoc() argument
|
H A D | ExprCXX.h | 218 SourceLocation CLoc = getCallee()->getExprLoc(); in getExprLoc() local
|
H A D | Expr.h | 4191 ConditionalOperator(Expr * cond,SourceLocation QLoc,Expr * lhs,SourceLocation CLoc,Expr * rhs,QualType t,ExprValueKind VK,ExprObjectKind OK) ConditionalOperator() argument
|