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

12

  /external/clang/lib/Lex/
TokenLexer.cpp 529 Lexer TL(SourceMgr.getLocForStartOfFile(LocFileID),
537 bool isInvalid = !TL.LexFromRawLexer(Result);
Pragma.cpp 256 Lexer *TL = Lexer::Create_PragmaLexer(TokLoc, PragmaLoc, RParenLoc,
259 EnterSourceFileWithLexer(TL, 0);
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 55 TypeLoc TL, SourceLocation ColonColonLoc) {
56 Builder.Extend(Context, TemplateKWLoc, TL, ColonColonLoc);
58 Range.setBegin(TL.getBeginLoc());
    [all...]
SemaTemplate.cpp     [all...]
SemaExceptionSpec.cpp 253 TypeLoc TL = TSInfo->getTypeLoc().IgnoreParens();
254 if (const FunctionTypeLoc *FTLoc = dyn_cast<FunctionTypeLoc>(&TL))
    [all...]
SemaLambda.cpp 268 TypeLoc TL = MethodTyInfo->getTypeLoc();
269 FunctionProtoTypeLoc Proto = cast<FunctionProtoTypeLoc>(TL);
    [all...]
SemaCodeComplete.cpp     [all...]
SemaStmt.cpp 221 PointerTypeLoc TL = cast<PointerTypeLoc>(TI->getTypeLoc());
224 << FixItHint::CreateRemoval(TL.getStarLoc());
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaChecking.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaInit.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 986 TypeLoc TL = Type->getTypeLoc();
987 SourceLocation Loc = TL.getBeginLoc();
991 ElaboratedTypeLoc ElabTL = cast<ElaboratedTypeLoc>(TL);
    [all...]
IndexingContext.h 392 void indexTypeLoc(TypeLoc TL, const NamedDecl *Parent,
  /external/clang/lib/AST/
DumpXML.cpp 883 void dispatch(TypeLoc TL) {
884 dispatch(TL.getType()); // for now
ASTContext.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 541 void AddTypeLoc(TypeLoc TL, RecordDataImpl &Record);
  /external/qemu/android/
hw-events.h 437 BTN_CODE(TL, 0x136) \
  /external/clang/include/clang/Sema/
DeclSpec.h 87 /// \param TL The TypeLoc that describes the type preceding the '::'.
90 void Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL,
    [all...]
Sema.h     [all...]

Completed in 1439 milliseconds

12