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     [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 592 void AddDeclarationNameLoc(const DeclarationNameLoc &DNLoc,
ASTReader.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 81 void ReadDeclarationNameLoc(DeclarationNameLoc &DNLoc, DeclarationName Name,
83 Reader.ReadDeclarationNameLoc(F, DNLoc, Name, R, I);
527 ReadDeclarationNameLoc(FD->DNLoc, FD->getDeclName(), Record, Idx);
    [all...]
ASTWriterDecl.cpp 325 Writer.AddDeclarationNameLoc(D->DNLoc, D->getDeclName(), Record);
    [all...]
ASTReader.cpp     [all...]
ASTReaderStmt.cpp 70 void ReadDeclarationNameLoc(DeclarationNameLoc &DNLoc, DeclarationName Name,
72 Reader.ReadDeclarationNameLoc(F, DNLoc, Name, R, I);
455 ReadDeclarationNameLoc(E->DNLoc, E->getDecl()->getDeclName(), Record, Idx);
    [all...]
ASTWriter.cpp     [all...]
ASTWriterStmt.cpp 376 Writer.AddDeclarationNameLoc(E->DNLoc, E->getDecl()->getDeclName(), Record);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
Expr.cpp 374 D(D), Loc(NameInfo.getLoc()), DNLoc(NameInfo.getInfo()) {
    [all...]

Completed in 235 milliseconds