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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
ParsedAttr.cpp 194 bool ParsedAttr::existsInTarget(const TargetInfo &Target) const {
195 return getInfo().existsInTarget(Target);
SemaStmtAttr.cpp 397 !(A.existsInTarget(S.Context.getTargetInfo()) ||
399 A.existsInTarget(*Aux)))) {
SemaDeclAttr.cpp 2078 if (!AL.existsInTarget(Context.getTargetInfo())) {
7694 !AL.existsInTarget(S.Context.getTargetInfo())) {
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ParsedAttr.h 101 virtual bool existsInTarget(const TargetInfo &Target) const {
620 bool existsInTarget(const TargetInfo &Target) const;

Completed in 32 milliseconds