Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp1570 SourceLocation CLoc, in ObjCInterfaceDecl() argument
1573 : ObjCContainerDecl(ObjCInterface, DC, Id, CLoc, AtLoc), in ObjCInterfaceDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h111 void setColonLoc(SourceLocation CLoc) { ColonLoc = CLoc; } in setColonLoc() argument
H A DExprCXX.h218 SourceLocation CLoc = getCallee()->getExprLoc(); in getExprLoc() local
219 if (CLoc.isValid()) in getExprLoc()
220 return CLoc; in getExprLoc()
H A DDeclObjC.h1236 SourceLocation CLoc, ObjCInterfaceDecl *PrevDecl,
H A DExpr.h4159 SourceLocation CLoc, Expr *rhs, QualType t, in ConditionalOperator() argument
4162 CLoc) { in ConditionalOperator()