HomeSort by relevance Sort by last modified time
    Searched full:__if_not_exists (Results 1 - 16 of 16) sorted by null

  /external/clang/test/SemaTemplate/
ms-if-exists.cpp 17 __if_not_exists(Nontemplate::value) { function in struct:X
46 __if_not_exists(T::bar) { function
66 __if_not_exists(Ts::operator T) { // expected-error{{__if_not_exists name contains unexpanded parameter pack 'Ts'}} function
  /external/clang/test/Parser/
MicrosoftExtensions.cpp 213 __if_not_exists(IF_EXISTS::Type) { function
216 __if_not_exists(IF_EXISTS::Type_not) { function
231 __if_not_exists(IF_EXISTS::Type) { function in namespace:If_exists_test
235 __if_not_exists(IF_EXISTS::Type_not) { function in namespace:If_exists_test
255 __if_not_exists(IF_EXISTS::Type_not) {2, }
261 __if_not_exists(IF_EXISTS::Type) { this wont compile }
270 // __if_exists, __if_not_exists can nest
271 __if_not_exists(IF_EXISTS::Type_not) { function
281 __if_not_exists(IF_EXISTS::Type) { function in class:If_exists_test::IF_EXISTS_CLASS_TEST
285 __if_not_exists(IF_EXISTS::Type_not) function in class:If_exists_test::IF_EXISTS_CLASS_TEST
    [all...]
  /external/clang/test/PCH/
ms-if-exists.cpp 13 __if_not_exists(T::bar) { function
  /external/clang/test/Index/
ms-if-exists.cpp 8 __if_not_exists(T::bar) { function
  /external/clang/include/clang/AST/
StmtCXX.h 207 /// \brief Representation of a Microsoft __if_exists or __if_not_exists
223 /// Similarly, the __if_not_exists statement can be used to include the
226 /// Note that this statement only captures __if_exists and __if_not_exists
254 /// \brief Retrieve the location of the __if_exists or __if_not_exists
  /external/clang/include/clang/Basic/
TokenKinds.def 515 KEYWORD(__if_not_exists , KEYMS)
DiagnosticParseKinds.td 102 "dependent %select{__if_not_exists|__if_exists}0 declarations are ignored">,
    [all...]
DiagnosticSemaKinds.td     [all...]
  /external/clang/lib/Parse/
Parser.cpp     [all...]
ParseDeclCXX.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 341 OS << "__if_not_exists (";
    [all...]
  /prebuilts/clang/linux-x86/3.1/
clang 
clang++ 
  /prebuilts/sdk/tools/linux/
libclang.so 
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 958 milliseconds