Searched defs:InlineLoc (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 65 ParseNamespace(DeclaratorContext Context,SourceLocation & DeclEnd,SourceLocation InlineLoc) ParseNamespace() argument 254 ParseInnerNamespace(const InnerNamespaceInfoList & InnerNSs,unsigned int index,SourceLocation & InlineLoc,ParsedAttributes & attrs,BalancedDelimiterTracker & Tracker) ParseInnerNamespace() argument [all...] |
H A D | ParseDecl.cpp | 1927 SourceLocation InlineLoc = ConsumeToken(); ParseDeclaration() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 3198 SourceLocation InlineLoc; global() member
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 11612 ActOnStartNamespaceDef(Scope * NamespcScope,SourceLocation InlineLoc,SourceLocation NamespaceLoc,SourceLocation IdentLoc,IdentifierInfo * II,SourceLocation LBrace,const ParsedAttributesView & AttrList,UsingDirectiveDecl * & UD,bool IsNested) ActOnStartNamespaceDef() argument
|