HomeSort by: relevance | last modified time | path
    Searched refs:checkCommonAttributeFeatures (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAttr.cpp 1215 static bool checkCommonAttributeFeatures(Sema& S, const Ty *Node,
1259 bool Sema::checkCommonAttributeFeatures(const Decl *D, const ParsedAttr &A) {
1260 return ::checkCommonAttributeFeatures(*this, D, A);
1262 bool Sema::checkCommonAttributeFeatures(const Stmt *S, const ParsedAttr &A) {
1263 return ::checkCommonAttributeFeatures(*this, S, A);
SemaStmtAttr.cpp 407 if (S.checkCommonAttributeFeatures(St, A))
SemaDeclAttr.cpp 7703 if (S.checkCommonAttributeFeatures(D, AL))
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 4272 bool checkCommonAttributeFeatures(const Decl *D, const ParsedAttr &A);
4273 bool checkCommonAttributeFeatures(const Stmt *S, const ParsedAttr &A);

Completed in 32 milliseconds