HomeSort by relevance Sort by last modified time
    Searched full:identifierinfo (Results 126 - 150 of 183) sorted by null

1 2 3 4 56 7 8

  /external/clang/lib/Lex/
MacroArgs.cpp 135 if (IdentifierInfo *II = ArgTok->getIdentifierInfo()) {
HeaderSearch.cpp 25 const IdentifierInfo *
666 if (const IdentifierInfo *ControllingMacro
TokenLexer.cpp 178 IdentifierInfo *II = CurTok.getIdentifierInfo();
431 IdentifierInfo *II = Tok.getIdentifierInfo();
Lexer.cpp 46 if (IdentifierInfo *II = getIdentifierInfo())
53 IdentifierInfo *specId = getIdentifierInfo();
333 // NOTE: this has to be checked *before* testing for an IdentifierInfo.
336 else if (const IdentifierInfo *II = Tok.getIdentifierInfo()) {
342 // NOTE: this can be checked even after testing for an IdentifierInfo.
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp 45 const IdentifierInfo *II = ND->getIdentifier();
StreamChecker.cpp 63 mutable IdentifierInfo *II_fopen, *II_tmpfile, *II_fclose, *II_fread,
UnixAPIChecker.cpp 236 const IdentifierInfo *FI = Fn->getIdentifier();
  /external/clang/tools/libclang/
IndexingContext.cpp 663 if (IdentifierInfo *II = D->getIdentifier()) {
CXCursor.cpp 1020 const IdentifierInfo *MacroInfo = definition->getName();
    [all...]
CIndex.cpp     [all...]
  /external/v8/tools/gcmole/
gcmole.cc 406 clang::IdentifierInfo* ident = &ctx_.Idents.get(n);
  /external/clang/include/clang/AST/
Type.h 508 const IdentifierInfo *getBaseTypeIdentifier() const;
    [all...]
ASTContext.h 784 const IdentifierInfo *Name,
789 const IdentifierInfo *Name,
793 const IdentifierInfo *Name,
    [all...]
ExprCXX.h     [all...]
DeclCXX.h 561 IdentifierInfo *Id, CXXRecordDecl *PrevDecl);
605 IdentifierInfo *Id, CXXRecordDecl* PrevDecl=0,
    [all...]
  /external/clang/docs/
PCHInternals.html 423 <code>IdentifierInfo</code> structure). The serialized representation
444 definitions, flags, top-level declarations, etc.) will be deserialized, at which point the corresponding <code>IdentifierInfo</code> structure will have the same contents it would have after parsing the headers in the precompiled header.</p>
  /external/clang/lib/AST/
DeclPrinter.cpp 226 if (IdentifierInfo *II = ND->getIdentifier()) {
764 if (IdentifierInfo *Name = NTTP->getIdentifier()) {
ItaniumMangle.cpp 273 void mangleSourceName(const IdentifierInfo *II);
472 const IdentifierInfo *II = NS->getOriginalNamespace()->getIdentifier();
598 if (const IdentifierInfo *Id = Dependent->getIdentifier())
    [all...]
DeclCXX.cpp 52 IdentifierInfo *Id, CXXRecordDecl *PrevDecl)
59 SourceLocation IdLoc, IdentifierInfo *Id,
    [all...]
StmtPrinter.cpp 769 IdentifierInfo *Id = ON.getFieldName();
    [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp 115 IdentifierInfo *Name = Tok.getIdentifierInfo();
730 IdentifierInfo *II = Tok.getIdentifierInfo();
    [all...]
Parser.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp 749 IdentifierInfo *Name);
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 286 SmallVector<IdentifierInfo *, 16> Names;
657 const IdentifierInfo *Name = Reader.GetIdentifierInfo(F, Record, Idx);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 46 IdentifierInfo* II = &Ctx.Idents.get(name);
96 const IdentifierInfo *II = FD->getIdentifier();
153 if (const IdentifierInfo *ii = fd->getIdentifier()) {
    [all...]

Completed in 637 milliseconds

1 2 3 4 56 7 8