HomeSort by relevance Sort by last modified time
    Searched refs:TypeLoc (Results 26 - 46 of 46) sorted by null

12

  /external/clang/lib/Sema/
SemaType.cpp 23 #include "clang/AST/TypeLoc.h"
    [all...]
SemaDeclCXX.cpp 30 #include "clang/AST/TypeLoc.h"
768 TypeLoc TL = TN->getTypeSourceInfo()->getTypeLoc();
    [all...]
DeclSpec.cpp 23 #include "clang/AST/TypeLoc.h"
55 TypeLoc TL, SourceLocation ColonColonLoc) {
    [all...]
SemaExceptionSpec.cpp 18 #include "clang/AST/TypeLoc.h"
253 TypeLoc TL = TSInfo->getTypeLoc().IgnoreParens();
    [all...]
SemaLambda.cpp 268 TypeLoc TL = MethodTyInfo->getTypeLoc();
    [all...]
SemaExpr.cpp 31 #include "clang/AST/TypeLoc.h"
    [all...]
SemaDeclAttr.cpp     [all...]
SemaInit.cpp 23 #include "clang/AST/TypeLoc.h"
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 21 #include "clang/AST/TypeLoc.h"
    [all...]
DumpXML.cpp 37 #include "clang/AST/TypeLoc.h"
883 void dispatch(TypeLoc TL) {
ASTContext.cpp 19 #include "clang/AST/TypeLoc.h"
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h 41 class TypeLoc;
48 /// A client can read the relevant info using TypeLoc wrappers, e.g:
50 /// TypeLoc TL = TypeSourceInfo->getTypeLoc();
65 /// \brief Return the TypeLoc wrapper for the type source info.
66 TypeLoc getTypeLoc() const; // implemented in TypeLoc.h
    [all...]
DeclCXX.h 21 #include "clang/AST/TypeLoc.h"
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 31 #include "clang/AST/TypeLoc.h"
153 class TypeLoc;
    [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 986 TypeLoc TL = Type->getTypeLoc();
    [all...]
IndexingContext.cpp 163 TypeLoc TL;
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 410 #define TYPELOC(CLASS, PARENT) \
411 void Visit##CLASS##TypeLoc(CLASS##TypeLoc TyLoc);
    [all...]
ASTReader.cpp     [all...]

Completed in 143 milliseconds

12