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

  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
Decl.h     [all...]
Expr.h 769 DeclarationNameLoc DNLoc;
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 565 void AddDeclarationNameLoc(const DeclarationNameLoc &DNLoc,
ASTReader.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 82 void ReadDeclarationNameLoc(DeclarationNameLoc &DNLoc, DeclarationName Name,
84 Reader.ReadDeclarationNameLoc(F, DNLoc, Name, R, I);
500 ReadDeclarationNameLoc(FD->DNLoc, FD->getDeclName(), Record, Idx);
    [all...]
ASTWriterDecl.cpp 310 Writer.AddDeclarationNameLoc(D->DNLoc, D->getDeclName(), Record);
    [all...]
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]
ASTReaderStmt.cpp 59 void ReadDeclarationNameLoc(DeclarationNameLoc &DNLoc, DeclarationName Name,
61 Reader.ReadDeclarationNameLoc(F, DNLoc, Name, R, I);
363 ReadDeclarationNameLoc(E->DNLoc, E->getDecl()->getDeclName(), Record, Idx);
    [all...]
ASTWriterStmt.cpp 303 Writer.AddDeclarationNameLoc(E->DNLoc, E->getDecl()->getDeclName(), Record);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
Expr.cpp 272 D(D), Loc(NameInfo.getLoc()), DNLoc(NameInfo.getInfo()) {
    [all...]

Completed in 177 milliseconds