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.cpp67 SourceLocation nameLoc, in ObjCContainerDecl()
1474 SourceLocation nameLoc, in Create()
1928 IdentifierInfo *Id, SourceLocation nameLoc, in ObjCProtocolDecl()
1940 SourceLocation nameLoc, in Create()
2181 ObjCInterfaceDecl *ClassInterface, SourceLocation nameLoc, in Create()
2284 SourceLocation nameLoc, in Create()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp212 SourceLocation nameLoc = ConsumeToken(); in ParseObjCAtInterfaceDeclaration() local
1816 SourceLocation nameLoc = ConsumeToken(); in ParseObjCAtProtocolDeclaration() local
1903 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.h947 NestedNameSpecifierLoc qualifierLoc, SourceLocation nameLoc) in MSPropertyRefExpr()