HomeSort by relevance Sort by last modified time
    Searched full:nameddecl (Results 51 - 75 of 162) sorted by null

1 23 4 5 6 7

  /external/clang/lib/Frontend/
FrontendAction.cpp 81 if (const NamedDecl *ND = dyn_cast<NamedDecl>(D))
103 if (const NamedDecl *ND = dyn_cast<NamedDecl>(D))
ASTConsumers.cpp 81 if (isa<NamedDecl>(D))
82 return cast<NamedDecl>(D)->getQualifiedNameAsString();
106 virtual bool VisitNamedDecl(NamedDecl *D) {
  /external/clang/lib/Sema/
SemaAccess.cpp 39 bool Sema::SetMemberAccessSpecifier(NamedDecl *MemberDecl,
40 NamedDecl *PrevMemberDecl,
65 static CXXRecordDecl *FindDeclaringClass(NamedDecl *D) {
555 NamedDecl *Friend
556 = cast<NamedDecl>(FriendD->getFriendDecl()->getCanonicalDecl());
    [all...]
SemaStmtAsm.cpp 445 NamedDecl *OpDecl = SemaRef.LookupInlineAsmIdentifier(Name, Loc, Length,
489 NamedDecl *Sema::LookupInlineAsmIdentifier(StringRef Name, SourceLocation Loc,
510 NamedDecl *ND = Result.getFoundDecl();
544 NamedDecl *FoundDecl = BaseResult.getFoundDecl();
670 NamedDecl *OpDecl = static_cast<NamedDecl *>(OpDecls[i].first);
SemaTemplateInstantiate.cpp 51 Sema::getTemplateInstantiationArgs(NamedDecl *D,
322 NamedDecl *Template, NonTypeTemplateParmDecl *Param,
346 NamedDecl *Template, TemplateTemplateParmDecl *Param,
370 TemplateDecl *Template, NamedDecl *Param,
564 NamedDecl *Parm = cast<NamedDecl>(Active->Entity);
659 getDepthAndIndex(NamedDecl *ND) {
729 if (NamedDecl *PartialPack
748 if (NamedDecl *PartialPack
776 NamedDecl *TransformFirstQualifierInScope(NamedDecl *D, SourceLocation Loc)
    [all...]
SemaDecl.cpp 71 if (NamedDecl *ND = candidate.getCorrectionDecl())
209 NamedDecl *IIDecl = 0;
247 if (NamedDecl *FirstDecl = Correction.getCorrectionDecl())
428 NamedDecl *Result = Corrected.getCorrectionDecl();
641 if (NamedDecl *D = ImplicitlyDefineFunction(NameLoc, *Name, S)) {
668 NamedDecl *FirstDecl = Corrected.getCorrectionDecl();
669 NamedDecl *UnderlyingFirstDecl
823 NamedDecl *FirstDecl = (*Result.begin())->getUnderlyingDecl();
    [all...]
SemaAttr.cpp 312 NamedDecl *ND = dyn_cast<NamedDecl>(D);
313 if (ND && ND->getExplicitVisibility(NamedDecl::VisibilityForValue))
MultiplexExternalSemaSource.cpp 198 llvm::DenseMap<NamedDecl*, SourceLocation> &Undefined){
241 SmallVectorImpl<NamedDecl*> &Decls) {
SemaExprMember.cpp 105 NamedDecl *D = *I;
183 NamedDecl *Rep,
433 NamedDecl *FirstQualifierInScope,
477 NamedDecl *rep,
546 NamedDecl *ND = candidate.getCorrectionDecl();
609 if (NamedDecl *ND = Corrected.getCorrectionDecl()) {
632 NamedDecl *FirstQualifierInScope,
825 NamedDecl *FirstQualifierInScope,
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafety.h 123 virtual void handleNoMutexHeld(const NamedDecl *D, ProtectedOperationKind POK,
134 virtual void handleMutexNotHeld(const NamedDecl *D,
  /external/clang/include/clang/Sema/
ExternalSemaSource.h 73 llvm::DenseMap<NamedDecl*, SourceLocation> &Undefined);
140 SmallVectorImpl<NamedDecl *> &Decls) {}
CodeCompleteConsumer.h 124 QualType getDeclUsageType(ASTContext &C, const NamedDecl *ND);
147 class NamedDecl;
653 const NamedDecl *Declaration;
708 CodeCompletionResult(const NamedDecl *Declaration,
748 const NamedDecl *D = 0)
759 CodeCompletionResult(CodeCompletionString *Pattern, NamedDecl *D,
769 const NamedDecl *getDeclaration() const {
    [all...]
ScopeInfo.h 152 typedef llvm::PointerIntPair<const NamedDecl *, 1, bool> BaseInfoTy;
159 const NamedDecl *Property;
175 const NamedDecl *getBase() const { return Base.getPointer(); }
176 const NamedDecl *getProperty() const { return Property; }
211 typedef std::pair<BaseInfoTy, const NamedDecl *> Pair;
Template.h 231 NamedDecl *PartiallySubstitutedPack;
345 void SetPartiallySubstitutedPack(NamedDecl *Pack,
361 NamedDecl *getPartiallySubstitutedPack(
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 155 NamedDecl *New;
156 NamedDecl *Existing;
165 FindExistingResult(ASTReader &Reader, NamedDecl *New, NamedDecl *Existing)
181 operator NamedDecl*() const { return Existing; }
187 FindExistingResult findExisting(NamedDecl *D);
216 void VisitNamedDecl(NamedDecl *ND);
396 void ASTDeclReader::VisitNamedDecl(NamedDecl *ND) {
608 TemplDecls.addDecl(ReadDeclAs<NamedDecl>(Record, Idx));
    [all...]
ASTWriterDecl.cpp 53 void VisitNamedDecl(NamedDecl *D);
170 void ASTDeclWriter::VisitNamedDecl(NamedDecl *D) {
    [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp 32 NamedDecl **Params, unsigned NumParams,
38 NamedDecl *P = Params[Idx];
58 SourceLocation LAngleLoc, NamedDecl **Params,
61 + sizeof(NamedDecl *) * NumParams;
63 llvm::alignOf<NamedDecl*>());
104 const NamedDecl *FirstParm = getParam(0);
229 NamedDecl *Decl) {
291 NamedDecl *Decl,
748 NamedDecl::getNameForDiagnostic(OS, Policy, Qualified);
    [all...]
MicrosoftMangle.cpp 47 const NamedDecl *Structor;
75 void mangle(const NamedDecl *D, StringRef Prefix = "\01?");
76 void mangleName(const NamedDecl *ND);
85 void mangleUnqualifiedName(const NamedDecl *ND) {
88 void mangleUnqualifiedName(const NamedDecl *ND, DeclarationName Name);
136 virtual bool shouldMangleDeclName(const NamedDecl *D);
137 virtual void mangleName(const NamedDecl *D, raw_ostream &Out);
174 bool MicrosoftMangleContext::shouldMangleDeclName(const NamedDecl *D) {
210 void MicrosoftCXXNameMangler::mangle(const NamedDecl *D,
312 void MicrosoftCXXNameMangler::mangleName(const NamedDecl *ND)
    [all...]
DumpXML.cpp 445 // NamedDecl
446 void visitNamedDeclAttrs(NamedDecl *D) {
502 for (ArrayRef<NamedDecl *>::iterator I = D->getDeclsInPrototypeScope().begin(),
541 NamedDecl *VD = const_cast<NamedDecl*>(*I);
NestedNameSpecifier.cpp 128 return isa<NamespaceDecl>(static_cast<NamedDecl *>(Specifier))? Namespace
145 return dyn_cast<NamespaceDecl>(static_cast<NamedDecl *>(Specifier));
154 return dyn_cast<NamespaceAliasDecl>(static_cast<NamedDecl *>(Specifier));
  /external/clang/unittests/AST/
DeclPrinterTest.cpp 105 namedDecl(hasName(DeclName)).bind("id"),
128 namedDecl(hasName(DeclName)).bind("id"),
    [all...]
  /external/clang/include/clang/AST/
CXXInheritance.h 34 class NamedDecl;
158 NamedDecl **DeclsFound;
172 typedef NamedDecl **decl_iterator;
DeclBase.h 36 class NamedDecl;
910 typedef llvm::MutableArrayRef<NamedDecl*> DeclContextLookupResult;
912 typedef ArrayRef<NamedDecl *> DeclContextLookupConstResult;
    [all...]
DeclObjC.h 113 class ObjCMethodDecl : public NamedDecl, public DeclContext {
237 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo),
486 class ObjCContainerDecl : public NamedDecl, public DeclContext {
499 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK), AtStart(atStartLoc) {}
    [all...]
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 50 // We use FD as our NamedDecl in the case of a bad return type.

Completed in 858 milliseconds

1 23 4 5 6 7