Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp1535 SourceLocation CLoc, in ObjCInterfaceDecl() argument
1538 : ObjCContainerDecl(ObjCInterface, DC, Id, CLoc, AtLoc), in ObjCInterfaceDecl()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h219 SourceLocation CLoc = getCallee()->getExprLoc(); in getExprLoc() local
220 if (CLoc.isValid()) in getExprLoc()
221 return CLoc; in getExprLoc()
H A DDeclCXX.h111 void setColonLoc(SourceLocation CLoc) { ColonLoc = CLoc; } in setColonLoc() argument
H A DDeclObjC.h1233 SourceLocation CLoc, ObjCInterfaceDecl *PrevDecl,
H A DExpr.h4152 SourceLocation CLoc, Expr *rhs, QualType t, in ConditionalOperator() argument
4155 CLoc) { in ConditionalOperator()