Searched defs:Ident_in (Results 1 - 2 of 2) sorted by relevance
/external/clang/lib/Format/ | ||
H A D | TokenAnnotator.h | 111 TokenAnnotator(const FormatStyle &Style, IdentifierInfo &Ident_in) argument 112 : Style(Style), Ident_in(Ident_in) {} 143 IdentifierInfo &Ident_in; member in class:clang::format::TokenAnnotator |
H A D | TokenAnnotator.cpp | 35 IdentifierInfo &Ident_in) 37 KeywordVirtualFound(false), AutoFound(false), Ident_in(Ident_in) { 487 Tok->Tok.getIdentifierInfo() == &Ident_in) 993 IdentifierInfo &Ident_in; member in class:clang::format::__anon17899::AnnotatingParser 1183 AnnotatingParser Parser(Style, Line, Ident_in); 34 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, IdentifierInfo &Ident_in) argument |
Completed in 300 milliseconds