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

1 2 3 4 56 7

  /external/clang/lib/AST/
TypePrinter.cpp 95 void printTypeSpec(const NamedDecl *D, raw_ostream &OS);
707 void TypePrinter::printTypeSpec(const NamedDecl *D, raw_ostream &OS) {
    [all...]
ExprClassification.cpp 457 NamedDecl *Member = E->getMemberDecl();
RecordLayoutBuilder.cpp 755 void FinishLayout(const NamedDecl *D);
    [all...]
Type.cpp 48 NamedDecl *ND = NULL;
907 bool Type::isIncompleteType(NamedDecl **Def) const {
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 320 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
323 void RewriteBlockPointerDecl(NamedDecl *VD);
404 void CheckFunctionPointerDecl(QualType dType, NamedDecl *ND);
547 NamedDecl *D) {
560 void RewriteObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) {
    [all...]
RewriteModernObjC.cpp 381 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
384 void RewriteBlockPointerDecl(NamedDecl *VD);
486 void CheckFunctionPointerDecl(QualType dType, NamedDecl *ND);
602 NamedDecl *D) {
615 void RewriteModernObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) {
    [all...]
  /external/clang/docs/
LibASTMatchersReference.html 202 <tr><td>Matcher&lt<a href="http://clang.llvm.org/doxygen/classclang_1_1Decl.html">Decl</a>&gt;</td><td class="name" onclick="toggle('namedDecl0')"><a name="namedDecl0Anchor">namedDecl</a></td><td>Matcher&lt<a href="http://clang.llvm.org/doxygen/classclang_1_1NamedDecl.html">NamedDecl</a>&gt;...</td></tr>
    [all...]
InternalsManual.rst 296 ``NamedDecl *``
    [all...]
  /external/clang/include/clang/AST/
DeclarationName.h 161 friend class NamedDecl;
ExprObjC.h 517 llvm::PointerIntPair<NamedDecl*, 1, bool> PropertyOrGetter;
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 340 void VisitCommonDeclRefExpr(const Expr *DR, const NamedDecl *D,
  /external/clang/lib/Frontend/
ASTUnit.cpp 273 static unsigned getDeclShowContexts(const NamedDecl *ND,
279 ND = dyn_cast<NamedDecl>(ND->getUnderlyingDecl());
868 if (NamedDecl *ND = dyn_cast<NamedDecl>(D)) {
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 49 bool Sema::CanUseDecl(NamedDecl *D) {
68 static void DiagnoseUnusedOfDecl(Sema &S, NamedDecl *D, SourceLocation Loc) {
78 NamedDecl *D, SourceLocation Loc,
180 const NamedDecl *D,
242 bool Sema::DiagnoseUseOfDecl(NamedDecl *D, SourceLocation Loc,
301 void Sema::DiagnoseSentinelCalls(NamedDecl *D, SourceLocation Loc,
    [all...]
SemaExprCXX.cpp     [all...]
SemaStmt.cpp     [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 576 NamedDecl *D = NULL;
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 176 const NamedDecl *InitializedDecl) {
205 const NamedDecl *InitializedDecl) {
396 const NamedDecl *InitializedDecl) {
    [all...]
CGDecl.cpp 153 const NamedDecl *ND = cast<NamedDecl>(&D);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 846 Out << Prefix << '\'' << cast<NamedDecl>(*D) << '\'';
    [all...]
ExprEngine.cpp     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 564 const Matcher<NamedDecl> &Base,
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 158 ak_nameddecl, ///< NamedDecl *
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 194 const NamedDecl *ND = DR->getDecl();

Completed in 390 milliseconds

1 2 3 4 56 7