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

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

Completed in 84 milliseconds