Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1563 SourceLocation CLoc, ObjCInterfaceDecl *PrevDecl, bool IsInternal) in ObjCInterfaceDecl() argument
1564 : ObjCContainerDecl(ObjCInterface, DC, Id, CLoc, AtLoc), in ObjCInterfaceDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h220 SourceLocation CLoc = getCallee()->getExprLoc(); in getExprLoc() local
221 if (CLoc.isValid()) in getExprLoc()
222 return CLoc; in getExprLoc()
H A DDeclCXX.h111 void setColonLoc(SourceLocation CLoc) { ColonLoc = CLoc; } in setColonLoc() argument
H A DDeclObjC.h1245 SourceLocation CLoc, ObjCInterfaceDecl *PrevDecl,
H A DExpr.h4326 SourceLocation CLoc, Expr *rhs, QualType t, in ConditionalOperator() argument
4329 CLoc) { in ConditionalOperator()