HomeSort by relevance Sort by last modified time
    Searched refs:IdentifierInfo (Results 151 - 175 of 196) sorted by null

1 2 3 4 5 67 8

  /external/clang/lib/AST/
ASTImporter.cpp 268 static bool IsStructurallyEquivalent(const IdentifierInfo *Name1,
269 const IdentifierInfo *Name2) {
    [all...]
MicrosoftMangle.cpp 89 void mangleSourceName(const IdentifierInfo *II);
468 if (const IdentifierInfo *II = Name.getAsIdentifierInfo()) {
728 void MicrosoftCXXNameMangler::mangleSourceName(const IdentifierInfo *II) {
    [all...]
TypePrinter.cpp 708 IdentifierInfo *II = D->getIdentifier();
860 if (const IdentifierInfo *II = D->getIdentifier())
932 if (IdentifierInfo *Id = T->getIdentifier())
    [all...]
Type.cpp 46 const IdentifierInfo* QualType::getBaseTypeIdentifier() const {
    [all...]
DeclPrinter.cpp 244 if (IdentifierInfo *II = ND->getIdentifier()) {
826 if (IdentifierInfo *Name = NTTP->getIdentifier()) {
    [all...]
ASTContext.cpp     [all...]
DeclBase.cpp 43 void Decl::updateOutOfDate(IdentifierInfo &II) const {
    [all...]
Expr.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 593 IdentifierInfo* II = &Context->Idents.get("load");
    [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp 219 bool Sema::DiagnoseUnknownTemplateName(const IdentifierInfo &II,
548 IdentifierInfo *ParamName,
685 IdentifierInfo *ParamName = D.getIdentifier();
755 IdentifierInfo *Name,
    [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplateInstantiate.cpp     [all...]
  /external/clang/lib/Lex/
Lexer.cpp 49 if (IdentifierInfo *II = getIdentifierInfo())
56 IdentifierInfo *specId = getIdentifierInfo();
378 // NOTE: this has to be checked *before* testing for an IdentifierInfo.
382 if (const IdentifierInfo *II = Tok.getIdentifierInfo()) {
389 // NOTE: this can be checked even after testing for an IdentifierInfo.
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 630 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(IdentifierInfo *, getIdentifier)
DeclBase.h 342 void updateOutOfDate(IdentifierInfo &II) const;
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 300 const IdentifierInfo *getCalleeIdentifier() const {
    [all...]
  /external/clang/lib/Analysis/
FormatString.cpp 778 const IdentifierInfo *Identifier = Typedef->getIdentifier();
  /external/clang/lib/StaticAnalyzer/Checkers/
StreamChecker.cpp 61 mutable IdentifierInfo *II_fopen, *II_tmpfile, *II_fclose, *II_fread,
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
CXCursor.cpp 679 const IdentifierInfo *cxcursor::MacroExpansionCursor::getName() const {
1046 const IdentifierInfo *MacroInfo = definition->getName();
    [all...]
  /external/clang/lib/Format/
TokenAnnotator.cpp 92 IdentifierInfo &Ident_in)
733 IdentifierInfo &Ident_in;
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 400 IdentifierInfo *II = ND->getIdentifier();
    [all...]
CodeGenModule.h 52 class IdentifierInfo;
    [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 493 clang::IdentifierInfo& II = C.Idents.get("rsIntIter");
864 clang::IdentifierInfo& II = C.Idents.get("rsIntIter");
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 817 const IdentifierInfo *II = getArgIdentifier(ArgNo);
    [all...]

Completed in 1249 milliseconds

1 2 3 4 5 67 8