Home
last modified time | relevance | path

Searched defs:nameLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp70 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 DParseObjc.cpp257 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 DDeclObjC.h596 SourceLocation nameLoc, IdentifierInfo *name, in ObjCTypeParamDecl()
2477 const IdentifierInfo *Id, SourceLocation nameLoc, in ObjCImplDecl()
2548 SourceLocation nameLoc, SourceLocation atStartLoc, in ObjCCategoryImplDecl()
H A DExprCXX.h945 NestedNameSpecifierLoc qualifierLoc, SourceLocation nameLoc) in MSPropertyRefExpr()