Home
last modified time | relevance | path

Searched defs:IdentTable (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.h127 IdentifierTable &IdentTable; global() variable
H A DMacros.h136 IdentifierTable &IdentTable; global() variable
H A DTokenAnalyzer.cpp104 IdentifierTable IdentTable(LangOpts); in process() local
H A DMacroExpander.cpp125 IdentifierTable &IdentTable) in MacroExpander() argument
H A DFormatTokenLexer.cpp29 IdentifierTable &IdentTable) in FormatTokenLexer() argument
[all...]
H A DUnwrappedLineParser.cpp154 UnwrappedLineParser(SourceManager & SourceMgr,const FormatStyle & Style,const AdditionalKeywords & Keywords,unsigned FirstStartColumn,ArrayRef<FormatToken * > Tokens,UnwrappedLineConsumer & Callback,llvm::SpecificBumpPtrAllocator<FormatToken> & Allocator,IdentifierTable & IdentTable) UnwrappedLineParser() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Edit/
H A DEditedSource.h69 IdentifierTable IdentTable; variable