Home
last modified time | relevance | path

Searched refs:getIdentifierTable (Results 1 – 25 of 464) sorted by relevance

12345678910>>...19

/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Doslendian.cxx34 &compiler.getPreprocessor().getIdentifierTable().get("OSL_BIGENDIAN"))) { in FileChanged()
38 &compiler.getPreprocessor().getIdentifierTable().get("OSL_LITENDIAN"))) { in FileChanged()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Doslendian.cxx34 &compiler.getPreprocessor().getIdentifierTable().get("OSL_BIGENDIAN"))) { in FileChanged()
38 &compiler.getPreprocessor().getIdentifierTable().get("OSL_LITENDIAN"))) { in FileChanged()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Parse/
H A DParser.cpp447 ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in"); in Initialize()
448 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out"); in Initialize()
449 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout"); in Initialize()
450 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable().get("oneway"); in Initialize()
451 ObjCTypeQuals[objc_bycopy] = &PP.getIdentifierTable().get("bycopy"); in Initialize()
452 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref"); in Initialize()
456 = &PP.getIdentifierTable().get("null_unspecified"); in Initialize()
465 Ident_super = &PP.getIdentifierTable().get("super"); in Initialize()
471 Ident_vector = &PP.getIdentifierTable().get("vector"); in Initialize()
472 Ident_bool = &PP.getIdentifierTable().get("bool"); in Initialize()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Parse/
H A DParser.cpp447 ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in"); in Initialize()
448 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out"); in Initialize()
449 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout"); in Initialize()
450 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable().get("oneway"); in Initialize()
451 ObjCTypeQuals[objc_bycopy] = &PP.getIdentifierTable().get("bycopy"); in Initialize()
452 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref"); in Initialize()
456 = &PP.getIdentifierTable().get("null_unspecified"); in Initialize()
465 Ident_super = &PP.getIdentifierTable().get("super"); in Initialize()
471 Ident_vector = &PP.getIdentifierTable().get("vector"); in Initialize()
472 Ident_bool = &PP.getIdentifierTable().get("bool"); in Initialize()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Parse/
H A DParser.cpp483 ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in"); in Initialize()
484 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out"); in Initialize()
485 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout"); in Initialize()
486 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable().get("oneway"); in Initialize()
488 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref"); in Initialize()
492 = &PP.getIdentifierTable().get("null_unspecified"); in Initialize()
504 Ident_super = &PP.getIdentifierTable().get("super"); in Initialize()
511 Ident_vector = &PP.getIdentifierTable().get("vector"); in Initialize()
512 Ident_bool = &PP.getIdentifierTable().get("bool"); in Initialize()
513 Ident_Bool = &PP.getIdentifierTable().get("_Bool"); in Initialize()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Parse/
H A DParser.cpp483 ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in"); in Initialize()
484 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out"); in Initialize()
485 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout"); in Initialize()
486 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable().get("oneway"); in Initialize()
488 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref"); in Initialize()
492 = &PP.getIdentifierTable().get("null_unspecified"); in Initialize()
504 Ident_super = &PP.getIdentifierTable().get("super"); in Initialize()
511 Ident_vector = &PP.getIdentifierTable().get("vector"); in Initialize()
512 Ident_bool = &PP.getIdentifierTable().get("bool"); in Initialize()
513 Ident_Bool = &PP.getIdentifierTable().get("_Bool"); in Initialize()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Parse/
H A DParser.cpp483 ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in"); in Initialize()
484 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out"); in Initialize()
485 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout"); in Initialize()
486 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable().get("oneway"); in Initialize()
488 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref"); in Initialize()
492 = &PP.getIdentifierTable().get("null_unspecified"); in Initialize()
504 Ident_super = &PP.getIdentifierTable().get("super"); in Initialize()
511 Ident_vector = &PP.getIdentifierTable().get("vector"); in Initialize()
512 Ident_bool = &PP.getIdentifierTable().get("bool"); in Initialize()
513 Ident_Bool = &PP.getIdentifierTable().get("_Bool"); in Initialize()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Parse/
H A DParser.cpp483 ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in"); in Initialize()
484 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out"); in Initialize()
485 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout"); in Initialize()
486 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable().get("oneway"); in Initialize()
488 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref"); in Initialize()
492 = &PP.getIdentifierTable().get("null_unspecified"); in Initialize()
504 Ident_super = &PP.getIdentifierTable().get("super"); in Initialize()
511 Ident_vector = &PP.getIdentifierTable().get("vector"); in Initialize()
512 Ident_bool = &PP.getIdentifierTable().get("bool"); in Initialize()
513 Ident_Bool = &PP.getIdentifierTable().get("_Bool"); in Initialize()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Parse/
H A DParser.cpp483 ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in"); in Initialize()
484 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out"); in Initialize()
485 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout"); in Initialize()
486 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable().get("oneway"); in Initialize()
488 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref"); in Initialize()
492 = &PP.getIdentifierTable().get("null_unspecified"); in Initialize()
504 Ident_super = &PP.getIdentifierTable().get("super"); in Initialize()
511 Ident_vector = &PP.getIdentifierTable().get("vector"); in Initialize()
512 Ident_bool = &PP.getIdentifierTable().get("bool"); in Initialize()
513 Ident_Bool = &PP.getIdentifierTable().get("_Bool"); in Initialize()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Parse/
H A DParser.cpp483 ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in"); in Initialize()
484 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out"); in Initialize()
485 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout"); in Initialize()
486 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable().get("oneway"); in Initialize()
488 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref"); in Initialize()
492 = &PP.getIdentifierTable().get("null_unspecified"); in Initialize()
504 Ident_super = &PP.getIdentifierTable().get("super"); in Initialize()
511 Ident_vector = &PP.getIdentifierTable().get("vector"); in Initialize()
512 Ident_bool = &PP.getIdentifierTable().get("bool"); in Initialize()
513 Ident_Bool = &PP.getIdentifierTable().get("_Bool"); in Initialize()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Parse/
H A DParser.cpp454 ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in"); in Initialize()
455 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out"); in Initialize()
456 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout"); in Initialize()
457 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable().get("oneway"); in Initialize()
458 ObjCTypeQuals[objc_bycopy] = &PP.getIdentifierTable().get("bycopy"); in Initialize()
459 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref"); in Initialize()
463 = &PP.getIdentifierTable().get("null_unspecified"); in Initialize()
474 Ident_super = &PP.getIdentifierTable().get("super"); in Initialize()
480 Ident_vector = &PP.getIdentifierTable().get("vector"); in Initialize()
481 Ident_bool = &PP.getIdentifierTable().get("bool"); in Initialize()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Parse/
H A DParser.cpp482 ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in"); in Initialize()
483 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out"); in Initialize()
484 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout"); in Initialize()
485 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable().get("oneway"); in Initialize()
486 ObjCTypeQuals[objc_bycopy] = &PP.getIdentifierTable().get("bycopy"); in Initialize()
487 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref"); in Initialize()
491 = &PP.getIdentifierTable().get("null_unspecified"); in Initialize()
502 Ident_super = &PP.getIdentifierTable().get("super"); in Initialize()
508 Ident_vector = &PP.getIdentifierTable().get("vector"); in Initialize()
509 Ident_bool = &PP.getIdentifierTable().get("bool"); in Initialize()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Parse/
H A DParser.cpp458 ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in"); in Initialize()
459 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out"); in Initialize()
460 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout"); in Initialize()
461 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable().get("oneway"); in Initialize()
462 ObjCTypeQuals[objc_bycopy] = &PP.getIdentifierTable().get("bycopy"); in Initialize()
463 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref"); in Initialize()
467 = &PP.getIdentifierTable().get("null_unspecified"); in Initialize()
478 Ident_super = &PP.getIdentifierTable().get("super"); in Initialize()
484 Ident_vector = &PP.getIdentifierTable().get("vector"); in Initialize()
485 Ident_bool = &PP.getIdentifierTable().get("bool"); in Initialize()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Parse/
H A DParser.cpp482 ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in"); in Initialize()
483 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out"); in Initialize()
484 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout"); in Initialize()
485 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable().get("oneway"); in Initialize()
486 ObjCTypeQuals[objc_bycopy] = &PP.getIdentifierTable().get("bycopy"); in Initialize()
487 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref"); in Initialize()
491 = &PP.getIdentifierTable().get("null_unspecified"); in Initialize()
502 Ident_super = &PP.getIdentifierTable().get("super"); in Initialize()
508 Ident_vector = &PP.getIdentifierTable().get("vector"); in Initialize()
509 Ident_bool = &PP.getIdentifierTable().get("bool"); in Initialize()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Parse/
H A DParser.cpp450 ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in"); in Initialize()
451 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out"); in Initialize()
452 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout"); in Initialize()
453 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable().get("oneway"); in Initialize()
454 ObjCTypeQuals[objc_bycopy] = &PP.getIdentifierTable().get("bycopy"); in Initialize()
455 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref"); in Initialize()
459 = &PP.getIdentifierTable().get("null_unspecified"); in Initialize()
470 Ident_super = &PP.getIdentifierTable().get("super"); in Initialize()
476 Ident_vector = &PP.getIdentifierTable().get("vector"); in Initialize()
477 Ident_bool = &PP.getIdentifierTable().get("bool"); in Initialize()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Parse/
H A DParser.cpp458 ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in"); in Initialize()
459 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out"); in Initialize()
460 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout"); in Initialize()
461 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable().get("oneway"); in Initialize()
462 ObjCTypeQuals[objc_bycopy] = &PP.getIdentifierTable().get("bycopy"); in Initialize()
463 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref"); in Initialize()
467 = &PP.getIdentifierTable().get("null_unspecified"); in Initialize()
478 Ident_super = &PP.getIdentifierTable().get("super"); in Initialize()
484 Ident_vector = &PP.getIdentifierTable().get("vector"); in Initialize()
485 Ident_bool = &PP.getIdentifierTable().get("bool"); in Initialize()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Parse/
H A DParser.cpp450 ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in"); in Initialize()
451 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out"); in Initialize()
452 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout"); in Initialize()
453 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable().get("oneway"); in Initialize()
454 ObjCTypeQuals[objc_bycopy] = &PP.getIdentifierTable().get("bycopy"); in Initialize()
455 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref"); in Initialize()
459 = &PP.getIdentifierTable().get("null_unspecified"); in Initialize()
470 Ident_super = &PP.getIdentifierTable().get("super"); in Initialize()
476 Ident_vector = &PP.getIdentifierTable().get("vector"); in Initialize()
477 Ident_bool = &PP.getIdentifierTable().get("bool"); in Initialize()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Parse/
H A DParser.cpp482 ObjCTypeQuals[objc_in] = &PP.getIdentifierTable().get("in"); in Initialize()
483 ObjCTypeQuals[objc_out] = &PP.getIdentifierTable().get("out"); in Initialize()
484 ObjCTypeQuals[objc_inout] = &PP.getIdentifierTable().get("inout"); in Initialize()
485 ObjCTypeQuals[objc_oneway] = &PP.getIdentifierTable().get("oneway"); in Initialize()
486 ObjCTypeQuals[objc_bycopy] = &PP.getIdentifierTable().get("bycopy"); in Initialize()
487 ObjCTypeQuals[objc_byref] = &PP.getIdentifierTable().get("byref"); in Initialize()
491 = &PP.getIdentifierTable().get("null_unspecified"); in Initialize()
502 Ident_super = &PP.getIdentifierTable().get("super"); in Initialize()
508 Ident_vector = &PP.getIdentifierTable().get("vector"); in Initialize()
509 Ident_bool = &PP.getIdentifierTable().get("bool"); in Initialize()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp110 LookupResult R(S, &S.PP.getIdentifierTable().get("promise_type"), KwLoc, in lookupPromiseType()
152 LookupResult Result(S, &S.PP.getIdentifierTable().get("coroutine_handle"), in lookupCoroutineHandleType()
320 LookupResult Found(S, &S.PP.getIdentifierTable().get("from_address"), Loc, in buildCoroutineHandle()
349 DeclarationNameInfo NameInfo(&S.PP.getIdentifierTable().get(Name), Loc); in buildMemberCall()
498 &PP.getIdentifierTable().get("__promise"), T, in buildCoroutinePromise()
906 LookupResult Result(S, &S.PP.getIdentifierTable().get("nothrow"), Loc, in buildStdNoThrowDeclRef()
1450 &S.PP.getIdentifierTable().get("__coro_gro"), GroType, in makeGroDeclAndReturnStmt()
1575 &PP.getIdentifierTable().get("coroutine_traits"), in lookupCoroutineTraits()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp110 LookupResult R(S, &S.PP.getIdentifierTable().get("promise_type"), KwLoc, in lookupPromiseType()
152 LookupResult Result(S, &S.PP.getIdentifierTable().get("coroutine_handle"), in lookupCoroutineHandleType()
320 LookupResult Found(S, &S.PP.getIdentifierTable().get("from_address"), Loc, in buildCoroutineHandle()
349 DeclarationNameInfo NameInfo(&S.PP.getIdentifierTable().get(Name), Loc); in buildMemberCall()
498 &PP.getIdentifierTable().get("__promise"), T, in buildCoroutinePromise()
906 LookupResult Result(S, &S.PP.getIdentifierTable().get("nothrow"), Loc, in buildStdNoThrowDeclRef()
1450 &S.PP.getIdentifierTable().get("__coro_gro"), GroType, in makeGroDeclAndReturnStmt()
1575 &PP.getIdentifierTable().get("coroutine_traits"), in lookupCoroutineTraits()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp109 LookupResult R(S, &S.PP.getIdentifierTable().get("promise_type"), KwLoc, in lookupPromiseType()
151 LookupResult Result(S, &S.PP.getIdentifierTable().get("coroutine_handle"), in lookupCoroutineHandleType()
319 LookupResult Found(S, &S.PP.getIdentifierTable().get("from_address"), Loc, in buildCoroutineHandle()
348 DeclarationNameInfo NameInfo(&S.PP.getIdentifierTable().get(Name), Loc); in buildMemberCall()
497 &PP.getIdentifierTable().get("__promise"), T, in buildCoroutinePromise()
905 LookupResult Result(S, &S.PP.getIdentifierTable().get("nothrow"), Loc, in buildStdNoThrowDeclRef()
1449 &S.PP.getIdentifierTable().get("__coro_gro"), GroType, in makeGroDeclAndReturnStmt()
1574 &PP.getIdentifierTable().get("coroutine_traits"), in lookupCoroutineTraits()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp110 LookupResult R(S, &S.PP.getIdentifierTable().get("promise_type"), KwLoc, in lookupPromiseType()
152 LookupResult Result(S, &S.PP.getIdentifierTable().get("coroutine_handle"), in lookupCoroutineHandleType()
342 LookupResult Found(S, &S.PP.getIdentifierTable().get("from_address"), Loc, in buildCoroutineHandle()
371 DeclarationNameInfo NameInfo(&S.PP.getIdentifierTable().get(Name), Loc); in buildMemberCall()
520 &PP.getIdentifierTable().get("__promise"), T, in buildCoroutinePromise()
881 LookupResult Result(S, &S.PP.getIdentifierTable().get("nothrow"), Loc, in buildStdNoThrowDeclRef()
1422 &S.PP.getIdentifierTable().get("__coro_gro"), GroType, in makeGroDeclAndReturnStmt()
1547 &PP.getIdentifierTable().get("coroutine_traits"), in lookupCoroutineTraits()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp111 LookupResult R(S, &S.PP.getIdentifierTable().get("promise_type"), KwLoc, in lookupPromiseType()
153 LookupResult Result(S, &S.PP.getIdentifierTable().get("coroutine_handle"), in lookupCoroutineHandleType()
343 LookupResult Found(S, &S.PP.getIdentifierTable().get("from_address"), Loc, in buildCoroutineHandle()
372 DeclarationNameInfo NameInfo(&S.PP.getIdentifierTable().get(Name), Loc); in buildMemberCall()
521 &PP.getIdentifierTable().get("__promise"), T, in buildCoroutinePromise()
869 LookupResult Result(S, &S.PP.getIdentifierTable().get("nothrow"), Loc, in buildStdNoThrowDeclRef()
1410 &S.PP.getIdentifierTable().get("__coro_gro"), GroType, in makeGroDeclAndReturnStmt()
1535 &PP.getIdentifierTable().get("coroutine_traits"), in lookupCoroutineTraits()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaCoroutine.cpp111 LookupResult R(S, &S.PP.getIdentifierTable().get("promise_type"), KwLoc, in lookupPromiseType()
153 LookupResult Result(S, &S.PP.getIdentifierTable().get("coroutine_handle"), in lookupCoroutineHandleType()
301 LookupResult Found(S, &S.PP.getIdentifierTable().get("from_address"), Loc, in buildCoroutineHandle()
330 DeclarationNameInfo NameInfo(&S.PP.getIdentifierTable().get(Name), Loc); in buildMemberCall()
525 &PP.getIdentifierTable().get("__promise"), T, in buildCoroutinePromise()
1000 LookupResult Result(S, &S.PP.getIdentifierTable().get("nothrow"), Loc, in buildStdNoThrowDeclRef()
1544 &S.PP.getIdentifierTable().get("__coro_gro"), GroType, in makeGroDeclAndReturnStmt()
1670 &PP.getIdentifierTable().get("coroutine_traits"), in lookupCoroutineTraits()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaCoroutine.cpp111 LookupResult R(S, &S.PP.getIdentifierTable().get("promise_type"), KwLoc, in lookupPromiseType()
153 LookupResult Result(S, &S.PP.getIdentifierTable().get("coroutine_handle"), in lookupCoroutineHandleType()
301 LookupResult Found(S, &S.PP.getIdentifierTable().get("from_address"), Loc, in buildCoroutineHandle()
330 DeclarationNameInfo NameInfo(&S.PP.getIdentifierTable().get(Name), Loc); in buildMemberCall()
525 &PP.getIdentifierTable().get("__promise"), T, in buildCoroutinePromise()
1000 LookupResult Result(S, &S.PP.getIdentifierTable().get("nothrow"), Loc, in buildStdNoThrowDeclRef()
1544 &S.PP.getIdentifierTable().get("__coro_gro"), GroType, in makeGroDeclAndReturnStmt()
1670 &PP.getIdentifierTable().get("coroutine_traits"), in lookupCoroutineTraits()

12345678910>>...19