HomeSort by relevance Sort by last modified time
    Searched refs:Decl (Results 101 - 125 of 316) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/tools/clang/plugins/
FindBadConstructsConsumer.h 54 bool InTestingNamespace(const clang::Decl* record);
  /external/clang/examples/PrintFunctionNames/
PrintFunctionNames.cpp 28 const Decl *D = *i;
30 llvm::errs() << "top-level-decl: \"" << ND->getNameAsString() << "\"\n";
  /external/clang/include/clang/AST/
ASTLambda.h 52 inline bool isLambdaConversionOperator(Decl *D) {
DeclContextInternals.h 17 #include "clang/AST/Decl.h"
116 assert(I != Vec.end() && "list does not contain decl");
120 == Vec.end() && "list still contains decl");
134 std::mem_fun(&Decl::isFromASTFile)),
164 /// HandleRedeclaration - If this is a redeclaration of an existing decl,
189 /// AddSubsequentDecl - This is called on the second and later decl when it is
195 // If this is the second decl added to the list, convert this to vector
220 else if (D->getIdentifierNamespace() & Decl::IDNS_Using) {
222 if (D->getIdentifierNamespace() != Decl::IDNS_Using) {
224 (*I)->getIdentifierNamespace() == Decl::IDNS_Using
    [all...]
  /external/clang/lib/ARCMigrate/
TransUnusedInitDelegate.cpp 44 void transformBody(Stmt *body, Decl *ParentD) {
  /external/clang/lib/AST/
DeclFriend.cpp 64 Decl *First = data().FirstFriend.get(Source);
ASTContext.cpp 63 RawComment *ASTContext::getRawCommentForDeclNoCache(const Decl *D) const {
113 // decl-specifier-seq of some other declaration, it doesn't get comment
155 // If location of the tag decl is inside a macro, but the spelling of
157 // macro like NS_ENUM is being used to define the tag decl. In that
159 // attach the comment to the tag decl.
263 const Decl *adjustDeclToTemplate(const Decl *D) {
308 static_cast<const Decl*>(PU.get<ClassTemplateDecl *>()) :
309 static_cast<const Decl*>(
333 const Decl *D
    [all...]
  /external/clang/lib/CodeGen/
CGCUDARuntime.cpp 19 #include "clang/AST/Decl.h"
40 const Decl *TargetDecl = nullptr;
  /external/clang/lib/Sema/
DelayedDiagnostic.cpp 41 DD.DeprecationData.Decl = D;
SemaLookup.cpp 17 #include "clang/AST/Decl.h"
216 IDNS = Decl::IDNS_Ordinary;
218 IDNS |= Decl::IDNS_Tag | Decl::IDNS_Member | Decl::IDNS_Namespace;
220 IDNS |= Decl::IDNS_TagFriend | Decl::IDNS_OrdinaryFriend;
223 IDNS |= Decl::IDNS_LocalExtern;
230 IDNS = Decl::IDNS_NonMemberOperator;
235 IDNS = Decl::IDNS_Type
    [all...]
SemaTemplateInstantiate.cpp 206 Decl *Entity, NamedDecl *Template, ArrayRef<TemplateArgument> TemplateArgs,
230 Decl *Entity,
422 Decl *D = Active->Entity;
726 Decl *TransformDecl(SourceLocation Loc, Decl *D);
728 void transformAttrs(Decl *Old, Decl *New) {
732 void transformedLocalDecl(Decl *Old, Decl *New) {
738 Decl *TransformDefinition(SourceLocation Loc, Decl *D)
    [all...]
MultiplexExternalSemaSource.cpp 45 Decl *MultiplexExternalSemaSource::GetExternalDecl(uint32_t ID) {
47 if (Decl *Result = Sources[i]->GetExternalDecl(ID))
52 void MultiplexExternalSemaSource::CompleteRedeclChain(const Decl *D) {
104 bool (*isKindWeWant)(Decl::Kind),
105 SmallVectorImpl<Decl*> &Result) {
116 SmallVectorImpl<Decl *> &Decls){
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSizeofPointer.cpp 83 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr,
LLVMConventionsChecker.cpp 41 static bool InNamespace(const Decl *D, StringRef NS) {
72 return RD->getName() == "Decl" && InNamespace(RD, "clang");
118 const Decl *DeclWithIssue;
123 StringRefCheckerVisitor(const Decl *declWithIssue, BugReporter &br,
139 static void CheckStringRefAssignedTemporary(const Decl *D, BugReporter &BR,
310 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr,
  /external/lldb/include/lldb/Core/
ClangForward.h 49 class Decl;
  /external/lldb/include/lldb/Expression/
ASTResultSynthesizer.h 116 /// Hunt the given Decl for FunctionDecls named $__lldb_expr, recursing
121 /// The Decl to hunt.
123 void TransformTopLevelDecl(clang::Decl *D);
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 40 clang::FunctionDecl *Decl;
41 Decl = clang::dyn_cast_or_null<clang::FunctionDecl>(E->getCalleeDecl());
43 if (!Decl || Decl->getNameAsString() != std::string("rsSetElementAt")) {
214 // Only check the initializer if the decl is already ok.
slang_rs_context.cpp 22 #include "clang/AST/Decl.h"
145 case clang::Decl::Typedef: {
150 case clang::Decl::Record: {
216 if (DI->getKind() == clang::Decl::Var) {
223 } else if (DI->getKind() == clang::Decl::Function) {
  /external/clang/lib/Parse/
RAIIObjectsForParser.h 143 void complete(Decl *D) {
160 void pop(Decl *D) {
184 void complete(Decl *D) {
215 void complete(Decl *D) {
237 void complete(Decl *D) {
ParseStmt.cpp 210 DeclGroupPtrTy Decl = ParseDeclaration(Stmts, Declarator::BlockContext,
212 return Actions.ActOnDeclStmt(Decl, DeclStart, DeclEnd);
910 SmallVector<Decl *, 8> DeclsInGroup;
960 // FIXME: Save the __extension__ on the decl as a node somehow?
    [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 117 bool GenLoc(const Decl *D, bool IncludeOffset);
147 /// Emit a Decl's name using NamedDecl::printName() and return true if
148 /// the decl had no name.
336 case Decl::ObjCInterface:
337 case Decl::ObjCImplementation:
340 case Decl::ObjCCategory: {
362 case Decl::ObjCCategoryImpl: {
376 case Decl::ObjCProtocol:
388 Visit(cast<Decl>(D->getDeclContext()));
402 // Add the location of the tag decl to handle resolution acros
    [all...]
  /external/lldb/source/Expression/
ClangASTSource.cpp 186 ASTDumper dumper((Decl*)tag_decl);
301 ASTDumper dumper((Decl*)tag_decl);
315 ASTDumper dumper((Decl*)interface_decl);
324 ASTDumper dumper((Decl*)interface_decl);
368 bool (*predicate)(Decl::Kind),
369 llvm::SmallVectorImpl<Decl*> &decls)
375 const Decl *context_decl = dyn_cast<Decl>(decl_context);
407 Decl *original_decl = NULL;
415 log->Printf(" FELD[%u] Original decl (ASTContext*)%p (Decl*)%p:", current_id, original_ctx, original_decl)
449 Decl *decl = *iter; local
778 D *decl; member in class:TaggedASTDecl
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 142 Constant *Decl = EP.get(ARCRuntimeEntryPoints::EPT_RetainRV);
143 cast<CallInst>(Retain)->setCalledFunction(Decl);
193 Constant *Decl = EP.get(Class == IC_AutoreleaseRV ?
196 Retain->setCalledFunction(Decl);
277 Constant *Decl = EP.get(ARCRuntimeEntryPoints::EPT_StoreStrong);
278 CallInst *StoreStrong = CallInst::Create(Decl, Args, "", Store);
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 1 //===--- ASTReaderDecl.cpp - Decl Deserialization ---------------*- C++ -*-===//
11 // entrypoint for loading a decl.
67 Decl *ReadDecl(const RecordData &R, unsigned &I) {
119 Decl::Kind DeclKind;
125 Decl::Kind DeclKind)
202 static void attachPreviousDeclImpl(Redeclarable<DeclT> *D, Decl *Previous);
204 static void attachPreviousDecl(Decl *D, Decl *previous);
207 static void attachLatestDeclImpl(Redeclarable<DeclT> *D, Decl *Latest);
209 static void attachLatestDecl(Decl *D, Decl *latest)
1092 VarDecl *decl = ReadDeclAs<VarDecl>(Record, Idx); local
    [all...]
  /external/clang/include/clang/Sema/
TemplateDeduction.h 232 Decl *Specialization;
237 void set(Decl *Spec, DeductionFailureInfo Info) {

Completed in 1322 milliseconds

1 2 3 45 6 7 8 91011>>