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

  /external/clang/include/clang/AST/
Decl.h 617 void setTypeSourceInfo(TypeSourceInfo *TI) {
    [all...]
Expr.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 454 E->setTypeSourceInfo(GetTypeSourceInfo(Record, Idx));
615 E->setTypeSourceInfo(GetTypeSourceInfo(Record, Idx));
    [all...]
ASTReaderDecl.cpp 413 TD->setTypeSourceInfo(GetTypeSourceInfo(Record, Idx));
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaDeclAttr.cpp 953 tDecl->setTypeSourceInfo(S.Context.getTrivialTypeSourceInfo(T));
    [all...]
SemaDecl.cpp     [all...]
SemaTemplate.cpp     [all...]

Completed in 567 milliseconds