Searched defs:nameLoc (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 70 SourceLocation nameLoc, in ObjCContainerDecl() 1477 SourceLocation nameLoc, in Create() 1931 IdentifierInfo *Id, SourceLocation nameLoc, in ObjCProtocolDecl() 1943 SourceLocation nameLoc, in Create() 2184 ObjCInterfaceDecl *ClassInterface, SourceLocation nameLoc, in Create() 2287 SourceLocation nameLoc, in Create()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 257 SourceLocation nameLoc = ConsumeToken(); in ParseObjCAtInterfaceDeclaration() local 2082 SourceLocation nameLoc = ConsumeToken(); in ParseObjCAtProtocolDeclaration() local 2180 SourceLocation nameLoc = ConsumeToken(); // consume class or category name in ParseObjCAtImplementationDeclaration() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 596 SourceLocation nameLoc, IdentifierInfo *name, in ObjCTypeParamDecl() 2477 const IdentifierInfo *Id, SourceLocation nameLoc, in ObjCImplDecl() 2548 SourceLocation nameLoc, SourceLocation atStartLoc, in ObjCCategoryImplDecl()
|
H A D | ExprCXX.h | 945 NestedNameSpecifierLoc qualifierLoc, SourceLocation nameLoc) in MSPropertyRefExpr()
|