HomeSort by relevance Sort by last modified time
    Searched refs:TagDecl (Results 26 - 50 of 72) sorted by null

12 3

  /external/clang/lib/Sema/
SemaDecl.cpp 322 if (const TagDecl *TD = R.getAsSingle<TagDecl>()) {
539 if (TagDecl *Tag = Result.getAsSingle<TagDecl>()) {
    [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaCXXScopeSpec.cpp 213 TagDecl *tag = dyn_cast<TagDecl>(DC);
    [all...]
SemaLookup.cpp 401 } else if (isa<TagDecl>(D)) {
    [all...]
  /external/clang/lib/AST/
StmtDumper.cpp 268 } else if (TagDecl *TD = dyn_cast<TagDecl>(D)) {
TypePrinter.cpp 53 void printTag(TagDecl *T, std::string &S);
629 } else if (TagDecl *Tag = dyn_cast<TagDecl>(DC)) {
642 void TypePrinter::printTag(TagDecl *D, std::string &InnerString) {
    [all...]
DumpXML.cpp 569 // TagDecl
570 void visitTagDeclAttrs(TagDecl *D) {
573 void visitTagDeclAsContext(TagDecl *D) {
MicrosoftMangle.cpp 316 const TagDecl *TD = cast<TagDecl>(ND);
    [all...]
ItaniumMangle.cpp 94 llvm::DenseMap<const TagDecl *, uint64_t> AnonStructIds;
103 uint64_t getAnonymousStructId(const TagDecl *TD) {
104 std::pair<llvm::DenseMap<const TagDecl *,
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/Sema/
Lookup.h 444 return getResultKind() == Found && isa<TagDecl>(getFoundDecl());
  /external/clang/lib/Frontend/
ChainedIncludesSource.cpp 199 void ChainedIncludesSource::CompleteType(TagDecl *Tag) {
  /external/clang/tools/libclang/
IndexDecl.cpp 119 bool VisitTagDecl(TagDecl *D) {
IndexingContext.cpp 337 bool IndexingContext::handleTagDecl(const TagDecl *D) {
848 if (const TagDecl *TD = dyn_cast<TagDecl>(D)) {
    [all...]
CIndexUSRs.cpp 82 void VisitTagDecl(TagDecl *D);
390 void USRGenerator::VisitTagDecl(TagDecl *D) {
816 if (isa<TagDecl>(ND) || isa<TypedefDecl>(ND) ||
Indexing.cpp 139 virtual void HandleTagDeclDefinition(TagDecl *D) {
  /frameworks/compile/slang/
slang_backend.cpp 392 void Backend::HandleTagDeclDefinition(clang::TagDecl *D) {
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 165 virtual void HandleTagDeclDefinition(TagDecl *D) {
CodeGenModule.h 708 void UpdateCompletedType(const TagDecl *TD);
    [all...]
CodeGenTypes.cpp 235 /// UpdateCompletedType - When we find the full definition for a TagDecl,
237 void CodeGenTypes::UpdateCompletedType(const TagDecl *TD) {
572 // TagDecl's are not necessarily unique, instead use the (clang)
  /external/clang/include/clang/AST/
Type.h 77 class TagDecl;
    [all...]
CanonicalType.h 647 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(TagDecl *, getDecl)
ASTContext.h 71 class TagDecl;
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 691 virtual void CompletedTagDefinition(const TagDecl *D);

Completed in 491 milliseconds

12 3