HomeSort by relevance Sort by last modified time
    Searched refs:LinkageSpecDecl (Results 1 - 23 of 23) sorted by null

  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
DeclBase.h 36 class LinkageSpecDecl;
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
DumpXML.cpp 422 // LinkageSpecDecl
423 void visitLinkageSpecDeclAttrs(LinkageSpecDecl *D) {
426 case LinkageSpecDecl::lang_c: lang = "C"; break;
427 case LinkageSpecDecl::lang_cxx: lang = "C++"; break;
431 void visitLinkageSpecDeclAsContext(LinkageSpecDecl *D) {
DeclPrinter.cpp 68 void VisitLinkageSpecDecl(LinkageSpecDecl *D);
302 else if (isa<NamespaceDecl>(*D) || isa<LinkageSpecDecl>(*D) ||
788 void DeclPrinter::VisitLinkageSpecDecl(LinkageSpecDecl *D) {
790 if (D->getLanguage() == LinkageSpecDecl::lang_c)
793 assert(D->getLanguage() == LinkageSpecDecl::lang_cxx &&
    [all...]
Decl.cpp 512 if (const LinkageSpecDecl *SD = dyn_cast<LinkageSpecDecl>(D.getDeclContext()))
513 if (SD->getLanguage() == LinkageSpecDecl::lang_c && !SD->hasBraces())
    [all...]
MicrosoftMangle.cpp 181 if (const LinkageSpecDecl *Linkage = dyn_cast<LinkageSpecDecl>(DC))
182 return Linkage->getLanguage() == LinkageSpecDecl::lang_c;
565 while (isa<LinkageSpecDecl>(DC))
    [all...]
ASTDumper.cpp 229 void VisitLinkageSpecDecl(const LinkageSpecDecl *D);
    [all...]
ItaniumMangle.cpp 515 while (isa<LinkageSpecDecl>(DC)) {
    [all...]
  /external/clang/tools/libclang/
CursorVisitor.h 231 bool VisitLinkageSpecDecl(LinkageSpecDecl *D);
CIndexUSRs.cpp 87 void VisitLinkageSpecDecl(const LinkageSpecDecl *D) {
RecursiveASTVisitor.h     [all...]
CIndex.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
CodeGenModule.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 276 void VisitLinkageSpecDecl(LinkageSpecDecl *D);
    [all...]
ASTWriterDecl.cpp 102 void VisitLinkageSpecDecl(LinkageSpecDecl *D);
846 void ASTDeclWriter::VisitLinkageSpecDecl(LinkageSpecDecl *D) {
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 364 void RewriteLinkageSpec(LinkageSpecDecl *LSD);
736 } else if (LinkageSpecDecl *LSD = dyn_cast<LinkageSpecDecl>(D)) {
    [all...]
RewriteObjC.cpp 676 } else if (LinkageSpecDecl *LSD = dyn_cast<LinkageSpecDecl>(D)) {
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 193 milliseconds