HomeSort by: relevance | last modified time | path
    Searched refs:TypedefTypeLoc (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
RecursiveSymbolVisitor.h 108 bool VisitTypedefTypeLoc(TypedefTypeLoc TL) {
  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexTypeSourceInfo.cpp 56 bool VisitTypedefTypeLoc(TypedefTypeLoc TL) {
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 266 bool VisitTypedefTypeLoc(TypedefTypeLoc TL) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCXXScopeSpec.cpp 734 TypedefTypeLoc TypedefTL = TLB.push<TypedefTypeLoc>(T);
TreeTransform.h 4112 TypedefTypeLoc TTL = TL.getAs<TypedefTypeLoc>();
6052 TypedefTypeLoc TL) {
6068 TypedefTypeLoc NewTL = TLB.push<TypedefTypeLoc>(Result);
SemaTemplate.cpp 2098 QualType TransformTypedefType(TypeLocBuilder &TLB, TypedefTypeLoc TL) {
2123 TypedefTypeLoc TypedefTL = TLB.push<TypedefTypeLoc>(TDTy);
SemaCodeComplete.cpp 2781 if (TypedefTypeLoc TypedefTL = TL.getAs<TypedefTypeLoc>()) {
SemaType.cpp 5865 void VisitTypedefTypeLoc(TypedefTypeLoc TL) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
TypeLoc.h 670 class TypedefTypeLoc : public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
671 TypedefTypeLoc,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 334 void TypeLocWriter::VisitTypedefTypeLoc(TypedefTypeLoc TL) {
ASTReader.cpp 6620 void TypeLocReader::VisitTypedefTypeLoc(TypedefTypeLoc TL) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 1583 bool CursorVisitor::VisitTypedefTypeLoc(TypedefTypeLoc TL) {

Completed in 85 milliseconds