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

1 2 3 45 6 7

  /external/clang/include/clang/Serialization/
ASTWriter.h 711 unsigned getAnonymousDeclarationNumber(const NamedDecl *D);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 139 if (const NamedDecl *ND = dyn_cast<NamedDecl>(DeclWithIssue)) {
MemRegion.cpp 361 const NamedDecl *FD,
818 getFunctionTextRegion(cast<NamedDecl>(STCD)));
929 MemRegionManager::getFunctionTextRegion(const NamedDecl *FD) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 276 const NamedDecl *ND = cast<NamedDecl>(D);
  /external/clang/include/clang/AST/
DeclarationName.h 163 friend class NamedDecl;
Expr.h 45 class NamedDecl;
    [all...]
ExprCXX.h     [all...]
  /external/clang/lib/AST/
Comment.cpp 337 const NamedDecl *Param = TPL->getParam(getIndex(i));
ExprCXX.cpp     [all...]
ASTDumper.cpp 228 void dumpName(const NamedDecl *D);
696 if (const NamedDecl *ND = dyn_cast<NamedDecl>(D)) {
716 void ASTDumper::dumpName(const NamedDecl *ND) {
    [all...]
Expr.cpp 213 static void computeDeclRefDependence(const ASTContext &Ctx, NamedDecl *D,
327 NamedDecl *FoundD,
375 NamedDecl *FoundD,
391 NamedDecl *FoundD,
401 Size += sizeof(NamedDecl *);
427 Size += sizeof(NamedDecl *);
487 if (const NamedDecl *ND = dyn_cast<NamedDecl>(CurrentDecl)) {
595 while (Ctx && isa<NamedDecl>(Ctx)) {
    [all...]
ASTContext.cpp 404 SmallVectorImpl<const NamedDecl *> &Redeclared) {
465 SmallVector<const NamedDecl*, 8> Overridden;
473 getOverriddenMethods(dyn_cast<NamedDecl>(D), Overridden);
601 SmallVector<NamedDecl *, 4> CanonParams;
    [all...]
  /external/clang/tools/libclang/
IndexDecl.cpp 35 const NamedDecl *Parent = nullptr) {
CIndex.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_context.cpp 191 clang::NamedDecl *const ND = *I;
slang_rs_export_type.h 267 clang::QualType QT, const clang::NamedDecl *ND,
  /external/clang/lib/Sema/
SemaOverload.cpp 48 CreateFunctionRefExpr(Sema &S, FunctionDecl *Fn, NamedDecl *FoundDecl,
890 NamedDecl *&Match, bool NewIsUsingDecl) {
893 NamedDecl *OldD = *I;
    [all...]
MultiplexExternalSemaSource.cpp 207 llvm::DenseMap<NamedDecl*, SourceLocation> &Undefined){
TreeTransform.h 448 NamedDecl *TransformFirstQualifierInScope(NamedDecl *D, SourceLocation Loc) {
449 return cast_or_null<NamedDecl>(getDerived().TransformDecl(Loc, D));
461 NamedDecl *FirstQualifierInScope = nullptr);
496 NamedDecl *FirstQualifierInScope = nullptr);
    [all...]
SemaDeclAttr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 335 typedef llvm::DenseMap<DeclarationName, SmallVector<NamedDecl *, 8> >
    [all...]
ASTWriter.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 302 const NamedDecl *ND = dyn_cast_or_null<NamedDecl>(getDecl());
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.h 67 class NamedDecl;
661 void setGlobalVisibility(llvm::GlobalValue *GV, const NamedDecl *D) const;
    [all...]
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 25 NamedDecl *Parser::ParseCXXInlineMethodDef(AccessSpecifier AS,
40 NamedDecl *FnD;
    [all...]

Completed in 576 milliseconds

1 2 3 45 6 7