HomeSort by relevance Sort by last modified time
    Searched refs:Ident_in (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Format/
TokenAnnotator.h 73 TokenAnnotator(const FormatStyle &Style, IdentifierInfo &Ident_in)
74 : Style(Style), Ident_in(Ident_in) {}
97 IdentifierInfo &Ident_in;
TokenAnnotator.cpp 32 AnnotatingParser(AnnotatedLine &Line, IdentifierInfo &Ident_in)
34 NameFound(false), AutoFound(false), Ident_in(Ident_in) {
405 Tok->Tok.getIdentifierInfo() == &Ident_in)
828 IdentifierInfo &Ident_in;
    [all...]

Completed in 38 milliseconds